type golang.org/x/tools/go/packages.golistState

19 uses

	golang.org/x/tools/go/packages (current package)
		golist.go#L82: type golistState struct {
		golist.go#L104: func (state *golistState) getEnv() (map[string]string, error) {
		golist.go#L122: func (state *golistState) mustGetEnv() map[string]string {
		golist.go#L144: 	state := &golistState{
		golist.go#L276: func (state *golistState) addNeededOverlayPackages(response *responseDeduper, pkgs []string) error {
		golist.go#L294: func (state *golistState) runContainsQueries(response *responseDeduper, queries []string) error {
		golist.go#L345: func (state *golistState) adhocPackage(pattern, query string) (*driverResponse, error) {
		golist.go#L436: func (state *golistState) createDriverResponse(words ...string) (*driverResponse, error) {
		golist.go#L735: func (state *golistState) shouldAddFilenameFromError(p *jsonPackage) bool {
		golist.go#L759: func (state *golistState) getGoVersion() (int, error) {
		golist.go#L768: func (state *golistState) getPkgPath(dir string) (string, bool, error) {
		golist.go#L901: func (state *golistState) cfgInvocation() gocommand.Invocation {
		golist.go#L915: func (state *golistState) invokeGo(verb string, args ...string) (*bytes.Buffer, error) {
		golist.go#L1098: func (state *golistState) writeOverlays() (filename string, cleanup func(), err error) {
		golist_overlay.go#L27: func (state *golistState) processGolistOverlay(response *responseDeduper) (modifiedPkgs, needPkgs []string, err error) {
		golist_overlay.go#L264: func (state *golistState) resolveImport(sourceDir, importPath string) (string, error) {
		golist_overlay.go#L319: func (state *golistState) determineRootDirs() (map[string]string, error) {
		golist_overlay.go#L336: func (state *golistState) determineRootDirsModules() (map[string]string, error) {
		golist_overlay.go#L376: func (state *golistState) determineRootDirsGOPATH() (map[string]string, error) {